home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / source / createfax.avmsrc < prev    next >
Text File  |  1995-03-09  |  989b  |  47 lines

  1. startrecord=true
  2. label=
  3. nodetype=8
  4. line1=parse arg faxfilename
  5. line2=call addlib("rexxsupport.library", 0, -30, 0)
  6. line3=call initLogEntry(); handle = makeUniqueFile()
  7. line4=
  8. line5=log.fileName = faxfilename; log.type = 'Fax'; log.returnRetry = 3
  9. line6=log.returnInterval = 5; log.altFileName = voiceFile(mailbox, 'Introduction')
  10. line7=log.returnSendFunc = 'DefaultSender'; log.origMailbox = 'Anonymous'
  11. line8=call saveLogEntry('Outgoing', handle)
  12. line9=
  13. line10=address command 'run <nil: >nil: avm:schedulerview' 'Outgoing' handle
  14. nextactiontype=3
  15. nextactionaction=
  16. endrecord=true
  17. startrecord=true
  18. label=error
  19. nodetype=8
  20. line1=
  21. line2=
  22. line3=
  23. line4=
  24. line5=
  25. line6=
  26. line7=
  27. line8=
  28. line9=
  29. line10=
  30. nextactiontype=2
  31. nextactionaction=exit
  32. endrecord=true
  33. startrecord=true
  34. label=
  35. nodetype=7
  36. filename=avm:rexx/logfunctions.avm
  37. nextactiontype=3
  38. nextactionaction=
  39. endrecord=true
  40. startrecord=true
  41. label=
  42. nodetype=7
  43. filename=avm:rexx/debugfunctions.avm
  44. nextactiontype=3
  45. nextactionaction=
  46. endrecord=true
  47.